/*______   SEARCH RESULTS   ______*/

.search-panel {
	margin-bottom: 30px;
}

.search-panel .item-details{
	float: left;
}

.search-panel .item-result {
	position: relative;
  margin-left: 120px;
  border-left: 3px solid #b2d59d;
  padding-left: 10px;
}

.search-panel .highlight{
  color: #b2d59d;
}

.search-panel .item-type h3 {
  text-transform: uppercase;
  font-size: 18px;
}

/*_____   SEARCH FORM   ______*/

#search form {
  display: inline-block;
  margin-right: 0px;
  border-radius: 18px;
  position: relative;
  background-color: #048fc1;
  border: 2px solid #FFF;
}

#search form {
  z-index: 2;
}

#search:hover form {
  display: block;
}


#search input {
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 13px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: transparent;
  padding: 2px 24px 2px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #FFF;
}

#search form input{
  line-height: 30px;
  padding: 0px 6px;
  margin: 5px;
  border-radius: 4px;
  color: #606060;
}

#search form i {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0px;
  z-index: 2;
  border: none;
  color: #FFF;
  background-color: #048fc1;
  font-size: 21px;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  width: 29px;
  text-align: center;
  border-radius: 50%;
}

#search form:hover input,
#search input:focus {
  width: 200px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: #048fc1;
  margin-right: 36px;
  color: #FFF;
}

.highlights-list .flexbox-info h4 > a {
  line-height: 34px;
  max-height: 68px;
}



.movil-download {
		text-align: center;
    display: block;
    background: #048FC1;
    color: #FFF;
    padding: 15px 8px;
    position: relative;
    margin-top: 44px;
    padding-top: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 600;
    border-radius: 4px;
    min-height: 140px;
}

.movil-download a {
    padding: 15px 30px;
  	margin: 0px auto;
}

.fonticon-Movil {
    display: block;
    color: #048FC1;
    font-weight: 600;
    margin: 0px auto;
    margin-bottom: 20px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 26px;
    background: #FFF;
    border-radius: 50%;
    border: 2px solid #048FC1;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
}
